Boolean: isDOMContentLoaded Description: Determines if the DOM content has completed loading. Returns: True if yes, False otherwise. Example: // Is the DOM content fully loaded? alert($A.isDOMContentLoaded);